home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / w_l_m.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-11-09  |  609b  |  44 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo This batch file will print the documentation for WORDWORM.
  10. echo  
  11. echo  
  12. echo  
  13. echo  
  14. echo Make sure your printer is online and has plenty of paper.
  15. echo  
  16. echo  
  17. echo  
  18. echo  
  19. pause
  20. cls
  21. echo  
  22. echo  
  23. echo  
  24. echo  
  25. echo The documentation for WORDWORM is now printing....
  26. echo  
  27. echo  
  28. copy WW.doc prn
  29. echo  
  30. echo  
  31. echo  
  32. echo  
  33. echo  
  34. echo  
  35. echo  
  36. echo  
  37. echo  
  38. echo  
  39. echo Your documentation should be printed. Please read your instructions
  40. echo before attempting to run this program.
  41. echo  
  42. pause
  43. cls
  44.